Documents for PDF, .NET Edition Documentation
StructList<T> Class
Members 

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace : StructList<T> Class
The type of structs in the list.
Represents a strongly typed list of structs that can be effectively accessed by index.
Object Model
StructList<T> Class
Syntax
'Declaration
 
Public Class StructList(Of T As {New, Struct}) 
public class StructList<T> 
where T: new(), struct
Type Parameters
T
The type of structs in the list.
Inheritance Hierarchy

System.Object
   GrapeCity.Documents.Common.StructList<T>

See Also

Reference

StructList<T> Members
GrapeCity.Documents.Common Namespace